Welcome![Sign In][Sign Up]
Location:
Search - linux c tcp

Search list

[Internet-Networklibtcp++-0.0.4.tar

Description: C++ TCP库 -C++ TCP lib
Platform: | Size: 7168 | Author: 站长 | Hits:

[Internet-Network13-1TCP

Description: Linux下最简单的tcp通讯,是个不错的例子,适合初学者快速入门,在linux rethat9调试通过!-Linux simple tcp communications, is a good example for beginners Quick Start in linux rethat9 debugging through!
Platform: | Size: 13312 | Author: | Hits:

[TCP/IP stacklinux系统下用C程序实现Ping功能

Description: linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp/ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
Platform: | Size: 6144 | Author: 朱冠胤 | Hits:

[Internet-Networklinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571392 | Author: 钟文德 | Hits:

[Internet-NetworkLinux-socket-serverandclient

Description: Linux下各类TCP网络服务器的实现源代码,刚刚在一个嵌入式开发项目中借用的socket通信的服务端和客户端的源程序。-various Linux TCP network servers to achieve source code, just embedded in a development project in the use of socket communication services and clients of the source.
Platform: | Size: 8192 | Author: 朱振华 | Hits:

[TCP/IP stacktcpsrc

Description: 一个TCP开发的源程序,是linux下socket编程的范例。-a TCP development of the source is under linux socket programming model.
Platform: | Size: 114688 | Author: arong | Hits:

[Internet-NetworkTCP

Description: 使用TCP协议在linux下进行文件的传输的实现,实例中传输的是影像文件-The use of TCP protocol in the linux file transfers under the realization example is an image file transmission
Platform: | Size: 2916352 | Author: 周栩孜 | Hits:

[Internet-Networklinux-socket

Description: 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Platform: | Size: 37888 | Author: ll | Hits:

[Internet-Networktcp-ip

Description: Linux下的tcp和udp的服务器客户端通讯框架类,完整实例含makefile-Linux under the tcp and udp client server communications framework category, complete with examples makefile
Platform: | Size: 48128 | Author: Janferry | Hits:

[TCP/IP stackconnect+disconnect

Description: linux c 网络编程 实tcp的链接和断开 非常适合于初学者-linux c network programming is tcp disconnect the link and very suitable for beginners
Platform: | Size: 14336 | Author: | Hits:

[TCP/IP stackTIME_WAIT

Description: linux c 网络编程 测试tcp连接的TIME_WAIT状态 非常适合于初学者-linux c network programming test tcp connections in TIME_WAIT state is very suitable for beginners
Platform: | Size: 11264 | Author: | Hits:

[TCP/IP stacktcp

Description: 这个是linux下,用c语言写的客户端和服务器通信的tcp程序-err
Platform: | Size: 2048 | Author: 曹旭博 | Hits:

[Internet-Networkfile_transfer

Description: linux 网络编程 c C++ UDP tcp -linux network programming c C++ UDP tcp
Platform: | Size: 22528 | Author: uleone | Hits:

[Internet-NetworkTCP

Description: TCP client and TCP server for Linux!
Platform: | Size: 4096 | Author: svetozar | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Internet-Networkcs

Description: linux环境下的tcp/ip socket编程-linux environment tcp/ip socket programming
Platform: | Size: 13312 | Author: fortitude | Hits:

[Linux-Unixclient.c.tar

Description: sample TCP client linux/C
Platform: | Size: 1024 | Author: famox | Hits:

[Linux-Unixlinux_C_QQ

Description: linux、c、TCP、IP、协议实现QQ公聊、私聊、传文件功能-linux、tcp、ip、QQ
Platform: | Size: 65536 | Author: w0rm | Hits:

[Linux-UnixTCP_socket

Description: Linux C Socket Client.c Server.c
Platform: | Size: 2048 | Author: hye | Hits:

[Linux-Unixlinux-chat-tcp

Description: linux下的聊天程序,使用TCP三次握手-chat program under linux, using the TCP three-way handshake
Platform: | Size: 2048 | Author: 梁涛 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net